OpenRoads Designer CONNECT Edition SDK Help

CalculateNearestProjectionRange2d(DPoint3d, Nullable<Double>, Nullable<Double>, Boolean, Boolean, Boolean, Nullable<Double>) Method

Calcuklates nearest projection of point within a range.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPoint CalculateNearestProjectionRange2d( DPoint3d pt,double? startPosition,double? endPosition,bool setTangent,bool allowProjInGap,bool inElementProjPriority,[OptionalAttribute]double? tol)

Parameters

SettingDescription
  DPoint3d  
  ()  
  ()  
    
    
    
  ()  (Optional)  

Return Value

LinearPoint

See Also